.banner1 {
	/* height: 134px; */
	margin-top: 24px;
}

.banner1 a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.banner1 a img {
	width: 100%;
	height: 100%;
	-webkit-transition: .5s;
	transition: .5s;
}

.banner1:hover a img {
	-webkit-transform: scale(1.05);
	-webkit-transition: .5s;
	transform: scale(1.05);
	transition: .5s;
}
/* 悬浮二维码 */
.xf-logo-box {
	/* position: absolute; */
	position: fixed;
	top: 400px;
	right: 20px;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background-color: #fff;
	padding: 10px;
	z-index: 99;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.xf-logo-box .xf-img-qrcode {
	position: absolute;
	width: 180px;
	height: 370px;
	padding: 20px;
	top: -128px;
	left: -165px;
	z-index: 99;
	background-image: url('../images/QR_bg.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	box-sizing: border-box;
	
}
.wbo-img:hover {
	background-color: #FFE7CF;
}
.xf-logo-box .xf-img-qrcode .qrcode-item {
	width: 118px;
	padding: 6.5px;
	margin-top: 6.5px;
	border-radius: 6px;
}
.xf-logo-box .xf-img-qrcode .qrcode-item img,
.xf-logo-box .xf-img-qrcode .qrcode-item a img {
	width: 100%;
	height: 100%;
}
.xf-logo-box .xf-logo img {
	width: 100%;
	height: 100%;
}
/* 轮播图 */
.lb-box {
	margin-top: 24px;
}

.slideBox {

	overflow: hidden;
	position: relative;
}

.slideBox .hd {
	/* height: 15px; */
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 15px;
	z-index: 1;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox .hd ul li {
	float: left;
	margin-right: 4px;
	width: 12px;
	height: 6px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	transition: .5s;
}

.slideBox .hd ul li.on {
	width: 24px;
	background: #C73235;
	color: #fff;
	transition: .5s;
}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}
.slideBox .bd li a {
	display: block;
}
.slideBox .bd img {
	width: 580px;
	height: 325px;
	display: block;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../images/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.slideBox .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.slideBox .prevStop {
	display: none;
}

.slideBox .nextStop {
	display: none;
}

.lb-title {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, .4);
	padding: 6px 100px 6px 6px;
	color: #fff;
	box-sizing: border-box;
	font-size: 18px;
}

/* 要闻 */
.yw-box {
	width: 580px;
	margin-top: 24px;
	text-align: left;
	background-color: #fff;
}

.yw-box .hd {
	width: 59px;
	height: 325px;
	position: relative;
}

.yw-box .hd ul {}

.yw-box .hd ul li {
	height: 162.5px;
	cursor: pointer;
	padding-right: 24px;
	padding-left: 16px;
	padding-top: 30px;
	font-size: 18px;
	text-align: center;
	box-sizing: border-box;
	background-color: #FAF1E3;
	background: url(../images/yw_nal.png)no-repeat left center;
	color: #4D2906;
}

.yw-box .hd ul li.on {
	height: 162.5px;
	color: #fff;
	background: url(../images/yw_on.png)no-repeat left center;

}

.yw-box .bd {
	width: 520px;
}

.yw-box .bd ul {
	position: relative;
	padding: 24px;
	zoom: 1;
	background-color: #fff;
}

.yw-more {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
}

.yw-more img {
	width: 100%;
	height: 100%;
}

.yw-box .bd li {
	height: 30px;
	line-height: 30px;
	padding: 5.7px 0;
}

.yw-box .bd .yw-item-f {
	height: 60px;
	overflow: hidden;
	padding-bottom: 22px;
	border-bottom: 1px solid #E3E3E3;
	margin-bottom: 22px;
}

.yw-box .bd .yw-item-f a {
	display: block;
	color: #C73235;
	height: 100%;
	font-size: 20px;
}

.yw-box .bd .yw-item-f a:hover {
	text-decoration: underline;
}

.yw-box .bd .yw-item a {
	width: 354px;
	padding-left: 24px;
	background: url(../images/yw_spot.png)no-repeat center left;
}

.yw-box .bd .yw-item:hover span,
.yw-box .bd .yw-item:hover a {
	color: #C73235;
}

.yw-box .bd li .date {
	float: right;
	color: #999;
}




/* 成工之窗 */
.column-box {
	height: 40px;
	border-bottom: 1px solid #E5E5E5;
}

.column-name-box {
	height: 34px;
	border-bottom: 6px solid #C73235;
	display: inline-block;
}
.column-box .cut-line {
	width: 20px;
	height: 40px;
	display: inline-block;
	border-bottom: 1px solid #FFFBF5;
}
.column-name-box .column-name {
	height: 40px;
	font-size: 24px;
	font-weight: bold;
	color: #C73235;
	background-image: url("../images/menu_name_line.png");
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 94px 6px;
	padding-bottom: 6px;
	box-sizing: border-box;
}
.fwdt-name-box {
	border-bottom: 6px solid #ECB667;
}
.column-name-box .fwdt-name {
	color: #EBAA49;
	background-image: url("../images/menu_name_line2.png");
}
.column-name-box .gsgg-name {
	background-image: url("../images/menu_name_line3.png");
}
.hotline {
	height: 40px;
	border-bottom: 1px solid #E5E5E5;
}
.hotline h2 {
	font-size: 24px;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	text-align: right;
}
.column-name-box .column-line {
	width: 96px;
	height: 7px;
}

.cloumn-more {
	height: 40px;
	text-align: right;
	display: inline-block;
}

.cloumn-more a {
	width: 36px;
	height: 40px;
	line-height: 40px;
	text-align: right;
	font-size: 14px;
	background-image: url(../images/more_aorrow.png);
	background-repeat: no-repeat;
	background-position: 22px center;
	background-size: 24px;
	padding-right: 20px;
	color: #C73235;
	transition: .5s;
}

.cloumn-more a:hover {
	background-position: 24px center;
	text-decoration: underline;
	transition: .5s;
}

.cgzc-list {
	width: 1200px;
}

.cgzc-list ul {
	width: 1229px;
}

.cgzc-list ul li {
	width: 380px;
	height: 308px;
	margin-right: 29px;
	margin-top: 40px;
}

.cgzc-list ul li a {
	display: block;
}

.cgzc-list ul li a .img {
	width: 380px;
	height: 214px;
	overflow: hidden;
}

.cgzc-list ul li a .img img {
	width: 100%;
	height: 100%;
	transition: .5s;
	-webkit-transition: .5s;
}

.cgzc-list ul li a .img:hover img {
	-webkit-transform: scale(1.05);
	-webkit-transition: .5s;
	transform: scale(1.05);
	transition: .5s;
}

.cgzc-list ul li a .title {
	width: 100%;
	height: 44px;
	margin: 14px 0;
	color: #343D57;
	font-size: 16px;
	overflow: hidden;
}

.cgzc-list ul li a .title:hover {
	color: #C73235;
}

.cgzc-list ul li a .source-time {
	font-size: 14px;
	color: #BDBDBD;
}

/* 公示公告 */
.gsgg-ghgk-bg {
	background-color: #FFF7EB;
	padding: 33px 0;
}

.column-gsgg {
	width: 790px;
}

.column-gsgg .gsgg-list {
	margin-top: 36px;
}

.column-gsgg .gsgg-list ul li {
	height: 30px;
	line-height: 30px;
	margin: 12px 0;
}

.column-gsgg .gsgg-list ul li .date {
	float: right;
	color: #BDBDBD;
}

.column-gsgg .gsgg-list ul li a {
	width: 670px;
	padding-left: 24px;
	background: url(../images/yw_spot.png)no-repeat center left;
}

.column-gsgg .gsgg-list ul li a:hover {
	color: #C73235;
}

/* 工会概况 */
.ghgk-box {
	width: 380px;
	height: 378px;
	background-color: #FAF1E3;
	border-radius: 14px;
	padding: 0 26px;
	box-sizing: border-box;
}

.ghgk-box .column-ghgk {
	height: 40px;
	color: #C73235;
	font-size: 24px;
	font-weight: bold;
	line-height: 58px;
	text-align: center;
	margin-bottom: 12px;
}

.ghgk-box .ghgk-item-list ul {
	width: 380px;
}

.ghgk-box .ghgk-item-list ul li {
	width: 160px;
	height: 140px;
	background-color: #fff;
	border-radius: 10px;
	padding: 30px 0;
	box-sizing: border-box;
	margin-right: 10px;
	margin-bottom: 10px;
}

.ghgk-box .ghgk-item-list ul li:hover {
	background-color: #FFE6BF;
}

.ghgk-box .ghgk-item-list ul li .ghgk-icon {
	width: 36px;
	height: 36px;
	margin: 0 auto;
}

.ghgk-box .ghgk-item-list ul li .ghgk-icon img {
	width: 100%;
	height: 100%;
}

.ghgk-box .ghgk-item-list ul li a .ghgk-name {
	font-size: 14px;
	color: #343D57;
	text-align: center;
	margin-top: 12px;
}

.ghgk-box .ghgk-item-list ul li a p {
	font-size: 12px;
	color: #A3A3A3;
	text-align: center;
	margin-top: 2px;
}

/* 视听印象 */
.styx-list ul {
	width: 1250px;
}

.styx-list ul li {
	width: 547px;
	margin-right: 60px;
	margin-bottom: 30px;
}

.styx-list ul li p,
.styx-list ul li .title {
	width: 270px;
}

.styx-list ul li .title {
	font-size: 18px;
	height: 52px;
}

.styx-list ul li .title:hover {
	color: #C73235;
}

.styx-list ul li p {
	height: 56px;
	font-size: 14px;
	color: #A6A6A6;
	line-height: 2;
	margin-top: 18px;
}

.styx-list ul li a .img {
	position: relative;
	width: 260px;
	height: 146px;
	margin-right: 17px;
	overflow: hidden;
}

.styx-list ul li a .img img {
	width: 100%;
	height: 100%;
	transition: .5s;
	-webkit-transition: .5s;
}

.styx-list ul li a .img:hover img {
	-webkit-transform: scale(1.05);
	-webkit-transition: .5s;
	transform: scale(1.05);
	transition: .5s;
}
.styx-list ul li a .img i {
	position: absolute;
	bottom: 18px;
	left: 18px;
	display: block;
	width: 42px;
	height: 24px;
	z-index: 10;
	background-image: url("../images/bf_play.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 42px 24px;
}
/* 专题集萃 */
.ztjc-list ul {
	width: 1230px;
}

.ztjc-list ul li {
	margin-right: 30px;
}

.ztjc-list ul li a {
	display: block;
	width: 380px;
	height: 214px;
	overflow: hidden;
}

.ztjc-list ul li a img {
	width: 100%;
	height: 100%;
	transition: .5s;
	-webkit-transition: .5s;
}

.ztjc-list ul li a:hover img {
	-webkit-transform: scale(1.05);
	-webkit-transition: .5s;
	transform: scale(1.05);
	transition: .5s;
}

/* 互相交流/他山之石 */
.hxjl-box {
	width: 380px;
}

.hxjl-box .hxjl-list ul {
	width: 388px;
}

.hxjl-box .hxjl-list ul li {
	width: 90px;
	height: 112px;
	margin-right: 7px;
	padding-top: 24px;
	box-sizing: border-box;
}

.hxjl-red {
	background-color: #FCF0F0;
}

.hxjl-yellow {
	background-color: #FFF0E0;
}

.hxjl-green {
	background-color: #E3FAF8;
}

.hxjl-blue {
	background-color: #EBF4FF;
}

.hxjl-red p {
	color: #C73235;
}

.hxjl-yellow p {
	color: #FF8000;
}

.hxjl-green p {
	color: #00BAAD;
}

.hxjl-blue p {
	color: #2A82E4;
}

.hxjl-red:hover {
	background-color: #FFE6E6;
}

.hxjl-yellow:hover {
	background-color: #FFE7CF;
}

.hxjl-green:hover {
	background-color: #D5F5F3;
}

.hxjl-blue:hover {
	background-color: #E1EEFC;
}

.hxjl-box .hxjl-list ul li a .img {
	width: 24px;
	height: 24px;
	margin: 0 auto;
}

.hxjl-box .hxjl-list ul li a p {
	width: 56px;
	text-align: center;
	font-size: 14px;
	margin: 12px auto;

}

.hxjl-box .hxjl-list ul li a .img img {
	width: 100%;
	height: 100%;
}

/* 广告位 */
.picScroll-left {
	overflow: hidden;
	position: relative;
}



.picScroll-left .bd {
	
}

.picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.picScroll-left .bd ul li {
	margin: 0 8px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}

.picScroll-left .bd ul li .pic {
	text-align: center;
}

.picScroll-left .bd ul li .pic img {
	width: 380px;
	height: 110px;
	display: block;
	transition: .5s;
	-webkit-transition: .5s;
}

.picScroll-left .bd ul li .pic a:hover img {
	-webkit-transform: scale(1.05);
	-webkit-transition: .5s;
	transform: scale(1.05);
	transition: .5s;
}



/* 服务大厅 */
.fwdt-box {
	width: 1200px;
	margin-top: 24px;
	text-align: left;
}

.fwdt-box .hd {
	width: 192px;
	height: 200px;
	position: relative;
}

.fwdt-box .hd ul {}

.fwdt-box .hd ul li {
	height: 60px;
	line-height: 60px;
	cursor: pointer;
	font-size: 18px;
	text-align: center;
	box-sizing: border-box;
	background: #F2F2F2 url('../images/fwdt_bg_nal.png')no-repeat right center;
	color: #4D2906;
	margin-bottom: 10px;
}

.fwdt-box .hd ul li.on {
	height: 60px;
	color: #fff;
	background: #ECB667 url('../images/fwdt_bg_on.png')no-repeat right center;

}
.fwdt-box .hd ul li a {
	display: block;
	font-size: 16px;
	background-repeat: no-repeat;
	background-position: 28px center;
	background-size: 24px 24px;
}
.icon-flyz {
	background-image: url(../images/icon_flyz_nal.png);
}
.icon-zgbf {
	background-image: url(../images/icon_zgbf_nal.png);
}
.icon-zgjy {
	background-image: url(../images/icon_zgjy_nal.png);
}
.icon-hwcd {
	background-image: url(../images/icon_hwcd_nal.png);
}
.fwdt-box .hd ul li.on .icon-flyz {
	background-image: url(../images/icon_flyz_on.png);
}
.fwdt-box .hd ul li.on .icon-zgbf {
	background-image: url(../images/icon_zgbf_on.png);
}
.fwdt-box .hd ul li.on .icon-zgjy {
	background-image: url(../images/icon_zgjy_on.png);
}
.fwdt-box .hd ul li.on .icon-hwcd {
	background-image: url(../images/icon_hwcd_on.png);
}
.fwdt-box .bd {
	width: 975px;
	height: 200px;
}

.fwdt-box .bd ul {
	zoom: 1;
}
.fwdt-box .bd li {
	margin-left: 5px;
}
.fwdt-box .bd li a {
	display: block;
	width: 320px;
	height: 200px;
	overflow: hidden;
}
.fwdt-box .bd li a img {
	width: 100%;
	height: 100%;
	transition: .5s;
	-webkit-transition: .5s;
}
.fwdt-box .bd li a:hover img {
	-webkit-transform: scale(1.05);
	-webkit-transition: .5s;
	transform: scale(1.05);
	transition: .5s;
}
.fwdt-box .bd .yw-item-f {
	height: 60px;
	overflow: hidden;
	padding-bottom: 22px;
	border-bottom: 1px solid #E3E3E3;
	margin-bottom: 22px;
}

.fwdt-box .bd .yw-item-f a {
	color: #C73235;
	height: 100%;
	font-size: 20px;
}

.fwdt-box .bd .yw-item-f a:hover {
	text-decoration: underline;
}

.fwdt-box .bd .yw-item a {
	width: 354px;
	padding-left: 24px;
	background: url(../images/yw_spot.png)no-repeat center left;
}

.fwdt-box .bd .yw-item:hover span,
.fwdt-box .bd .yw-item:hover a {
	color: #C73235;
}

.fwdt-box .bd li .date {
	float: right;
	color: #999;
}


/**
 * 20190925 首页区县板块
 */
.quxian-map {
    background: url("../images/map_bg.png")no-repeat center center;
	min-width: 1215px;
}
.qxdt .hd-home h3 {
	width: 420px;
	height: 56px;
	background: url(../images/bg_qxdt.png)no-repeat center center;
	background-size: 100%;
	text-align: center;
	line-height: 56px;
	margin: 0 auto;
	color: #C73235;
	font-size: 24px;
}
.home-quxian .details-box {
	position: absolute;
	top: 120px;
	left: 50%;
	/* width: 574px; */
	/* height: 160px; */
	/* margin-left: -287px; */
	transform: translate(-50%,0);
	padding: 19px;
	/* box-sizing: border-box; */
	background-color: rgba(255, 255, 255, .8);
	z-index: 99;
}

.map-box {
    width: 100%;
    height: 880px;
    /*background-color: #f4f5fb;*/
}

.map-box .map-wrap {
    width: 1010px;
    height: 860px;
    margin: 20px auto 0;
}

.map-box .map {
    display: block;
    width: 100%;
    height: 100%;
}

.map-item {
    width: 72px;
    height: 38px;
    line-height: 29px;
    background: url("../images/bg_map_item.png") no-repeat;
    text-align: center;
    font-weight: bold;
    color: #fff;
	font-size: 18px;
}

.map-item.big {
    width: 90px;
    height: 38px;
    line-height: 29px;
    background: url("../images/bg_map_item_big.png") no-repeat;
}

.map-item.none,
.map-item.none:hover,
.map-item.none.big:hover {
    background: none;
    color: #8eaadd;
}

.map-item:hover {
    background: url("../images/bg_map_item_on.png") no-repeat;
    color: #fff;
    text-decoration: none;
}

.map-item.big:hover {
    background: url("../images/bg_map_item_big_on.png") no-repeat;
}



.map-item.pz {
    top: 215px;
    left: 445px;
}

.map-item.djy {
    top: 250px;
    left: 278px;
}

.map-item.xd {
    top: 330px;
    left: 520px;
}

.map-item.pd {
    top: 364px;
    left: 410px;
}

.map-item.qbj {
    top: 384px;
    left: 646px;
}

.map-item.dy {
    top: 486px;
    left: 164px
}

.map-item.cz {
    top: 448px;
    left: 295px;
}

.map-item.wj {
    top: 435px;
    left: 390px;
}

.map-item.jn {
    top: 416px;
    left: 490px;
}

.map-item.qy {
    top: 450px;
    left: 480px;
}

.map-item.ch {
    top: 434px;
    left: 566px;
}

.map-item.jt {
    top: 431px;
    left: 810px;
}

.map-item.wh {
    top: 495px;
    left: 460px;
}

.map-item.jj {
    top: 503px;
    left: 547px;
}

.map-item.lqy {
    top: 503px;
    left: 634px;
}

.map-item.gx {
    top: 546px;
    left: 504px;
}

.map-item.tf {
    top: 584px;
    left: 507px;
}
.map-item.dbx {
    top: 660px;
	left: 687px;
}
.map-item.ql {
    top: 626px;
    left: 142px;
}

.map-item.xj {
    top: 607px;
    left: 390px;
}

.map-item.sl {
    top: 626px;
    left: 522px;
}

.map-item.jy {
    top: 612px;
    left: 757px;
}

.map-item.pj {
    top: 721px;
    left: 212px;
}

.wide-img-link img {
    display: block;
    width: 100%;
    height: auto;
}